Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
如何测试
A' + Bx = y' * zM(1,:)'C = A'';s3 = 'it''s ok';['a' 'b']测试文档:
TeXmacs/tests/tmu/209_14.tmu2026/01/30
What
'被当作字符串''转义['a' 'b'])How
start_disallow_after配置,在字符串解析前判断前一字符string_parser支持double_escape,遇到''不结束字符串start_disallow_after (alpha digit underscore ) ] } . ')与double_escape "'"'紧邻前一字符时生效,若中间有空白则允许新字符串开始Why
关联issue #2724
'既是转置又是字符串定界符,需避免误判''合法,需要避免截断['a' 'b']),需继续识别为字符串